Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@hint/utils-fs
Advanced tools
@hint/utils-fs
)Set of helpers to work with the filesystem.
This package is installed automatically when adding webhint to your project so running the following is enough:
npm install hint --save-dev
cwd
: Returns the current working directory. Same as process.cwd()
.fileExtension
: Try to determine the resource's file extension.fileName
: Returns the name of a file. Same as path.basename()
.isDirectory
: Check if a path is a directory and exists.isFile
: Check if a path is a file and exists.loadJSFile
: Loads a JavaScript file.loadJSONFile
: Loads a JSON a file.pathExists
: Check if a path exists.readFileAsync
: Convenience wrapper for asynchronously reading file
contents.readFile
: Convenience wrapper for synchronously reading file contents.writeFileAsync
: Convenience wrapper for asynchronously write a file.FAQs
utils for filesystem
The npm package @hint/utils-fs receives a total of 12,992 weekly downloads. As such, @hint/utils-fs popularity was classified as popular.
We found that @hint/utils-fs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.